BarcodeType Constants Reference
| Declared in | CpclCommand.h |
|---|
BarcodeType
@enum BarcodeType
条码类型(Bar code type)
Definition
typedef NS_ENUM(NSUInteger, BarcodeType ) {
UPCA,
UPCE,
EAN13,
EAN8,
CODE39,
CODE93,
CODE128,
CODABAR,
};
Constants
UPCA-
纯数字,位数11位(Pure numbers, eleven digits)
Declared In
CpclCommand.h. UPCE-
纯数字,位数7位,首位必须为0(A pure number with seven digits. The first digit must be 0)
Declared In
CpclCommand.h. EAN13-
EAN/JAN-13 存数字,位数为12位(Save a number with 12 digits)
Declared In
CpclCommand.h. EAN8-
内容可包含A~Z大写英文字母,0~9数字以及一些特殊符号,共计有44个字元(The content can contain A~Z capital English letters, 0~9 numbers and some special symbols, A total of 44 characters)
Declared In
CpclCommand.h. CODE39-
内容可包含A~Z大写英文字母,0~9数字以及一些特殊符号,共计有44个字元(The content can contain A~Z capital English letters, 0~9 numbers and some special symbols, A total of 44 characters)
Declared In
CpclCommand.h. CODE93-
Code93/Ext.93 可使用ASCII全部(128个)字符(All (128) ASCII characters are available)
Declared In
CpclCommand.h. CODE128-
Code128Auto 内容包括大小写字母、数字、常用的标点符号和一些控制符(It includes upper and lower case letters, numbers, common punctuation marks, and some control characters)
Declared In
CpclCommand.h. CODABAR-
内容包括包括数字、7个特殊符号(Contents include numbers and 7 special symbols)(”+“、“-”、“*”、“/”、“$”、“.”、“:”)、A、B、C、D
Declared In
CpclCommand.h.
Declared In
CpclCommand.h